Vcenter Authorization Roles CreateSpec

Vcenter Authorization Roles CreateSpec
Vcenter Authorization Roles CreateSpec

The Vcenter Authorization Roles CreateSpec schema contains detailed information about the creation of a specific role.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "name": "string",
    "description": "string",
    "privileges": [
        "string"
    ]
}
string
name
Required

The name of the role.

This property was added in vSphere API 9.0.0.0.

string
description
Required

A brief summary what this role is dedicated for.

This property was added in vSphere API 9.0.0.0.

array of string
privileges
Required

The set of Vcenter Authorization Privileges which are part of this role.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.authorization.Privilege. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.authorization.Privilege.